.ztzl2023{
    box-sizing: border-box;
    margin-top: 10px;
}

.ztzl2023 .til{
    width: 46px;
    height: 122px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    background-color: #005bac;
    float: left;
    padding: 10px 12px 0 12px;
    box-sizing: border-box;
}
.ztzl2023 .til a{color: #fff;}

.ztzl2023-swiper{
    width: 940px;
    height: 122px;
    overflow: hidden;
    position: relative;
    float: right;
}

.ztzl2023-swiper .itm,.ztzl2023-swiper .itm img{
    width: 225px;
    height: 122px;
}

#ztzl2023-lbtn{
    width: 30px;
    height: 50px;
    background: url("arr_l.png");
	background-position:center top;    
	background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 40px;
    cursor: pointer;
}

#ztzl2023-rbtn{
    width: 30px;
    height: 50px;
    background: url("arr_r.png");
	background-position:center top;    
	background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 40px;
    cursor: pointer;
}